hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
Size
hip
math
rect
Undocumented in source.
struct
Size {
pure nothrow @
nogc
@
safe
uint
width
;
pure nothrow @
nogc
@
safe
uint
height
;
alias
w
=
width
;
alias
h
=
height
;
Vector2
opCast
();
}
Members
Aliases
h
alias
h
=
height
Undocumented in source.
w
alias
w
=
width
Undocumented in source.
Functions
opCast
Vector2
opCast
()
height
uint
height
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
width
uint
width
;
Undocumented in source.
Meta
Source
See Implementation
hip
math
rect
structs
DynamicRect
Rect
Size